FileAsMapping Enumeration |
Defines how to construct what is displayed for a contact.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic enum FileAsMapping
Public Enumeration FileAsMapping
Members|
| Member name | Value | Description |
|---|
| LastCommaFirst | 0 |
Indicates that the contact is displayed as the last name followed by a comma and the first name.
|
| FirstSpaceLast | 1 |
Indicates that the contact is displayed as the first name followed by a space and the last name.
|
| Company | 2 |
Indicates that the company name is displayed.
|
| LastCommaFirstCompany | 3 |
Indicates that the contact is displayed as the last name, a comma, the first name, and the company name.
|
| CompanyLastFirst | 4 |
Indicates that the contact is displayed as the company name, the last name, and the first name.
|
| LastFirst | 5 |
Indicates that the contact is displayed as the last name, the first name, and the company name.
|
| LastFirstCompany | 6 |
Indicates that the contact is displayed as the last name, the first name, and the company name.
|
| CompanyLastCommaFirst | 7 |
Indicates that the contact is displayed as the company name, the last name, a comma, and the first name.
|
| LastFirstSuffix | 8 |
Indicates that the contact is displayed as the last name, the first name, and the suffix for the contact.
|
| LastSpaceFirstCompany | 9 |
Indicates that the contact is displayed as the last name, a space, the first name, and the company name.
|
| CompanyLastSpaceFirst | 10 |
Indicates that the contact is displayed as the company name, the last name, a space, and the first name.
|
| LastSpaceFirst | 11 |
Indicates that the contact is displayed as the last name, followed by a space and the first name.
|
| None | 12 |
Indicates that the FileAs value is not constructed from other contact’s properties, but is represented by a string, saved “as is”.
|
See Also